home *** CD-ROM | disk | FTP | other *** search
- enviro_name "Day5 - semi-streaky clouds, blue sky"
-
- timeofday "Day"
-
- water_rgb 48,48,96 ;color seen when under water and surface color
-
- sky_map1 day5.pcx ;cloud pcx, shadow & reflect layer
- ;sky_map2 day5b.pcx ;cloud pcx, wispy lower layer
- sky_height 250 ;height in meters
- sky_speed 100 ;movement rate
-
- fog_level 1000 ;0=1000 meters 1=500 meters etc.
- fog_type 2 ;0=fog, 1=haze, 2=haze wall, 3=mild haze wall
-
- sun_rgb 128,126,100 ;yellowish sun offsets blue sky
- sky_rgb 85,85,95 ;overhead and wraps around
- ground_rgb 42,35,20 ;underneath, wraps around
- fog_rgb 142,154,186 ;fog color
- skyfog_rgb 146,158,191 ;horizon fog color
-
- cloud_rgb 128,128,128 ;cloud color tinter
- terrain_rgb 255,255,255 ;1.0 terrain tinting color (255,255,255 is default)
- vertex_rgb 128,128,128 ;2.0 vertex tinting color (128,128,128 is default)
-
- lightning_rgb 85,85,90 ;lightning color (from sky direction)
- ;lightning is added to sky_rgb
- ;and also affects fog and ambient slightly
-
- sun_3di msun.3di ;sun/moon object
- glare_3di mglare.3di ;glare object
- star_3di ;star object / leave blank for null
-
-
- ;indoor ambient lighting values
- ceiling_rgb 28,28,28 ;overhead and wraps around
- floor_rgb 16,16,16 ;underneath, wraps around